String Schema
CommonTotalServiceTypePriceType Complex Type
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of CommonTotalPriceType Complex Type
Diagram
AssignedServiceType Element Currency Element Amount Element Sequence TotalIncentivesPrice Element Currency Element Amount Element Sequence TotalSalesTaxes Element Currency Element Amount Element Sequence RecommendedRetailPrice Element Currency Element Amount Element Sequence TotalSalesPrice Element Sequence CommonTotalServiceTypePriceType Complex Type
Overview
Sequence
Sequence
RecommendedRetailPrice optional CurrencyAmountType Complex Type
Recommended price from touroperator
Sequence
TotalSalesTaxes optional CurrencyAmountType Complex Type
Total sales taxes included in the sales price
Sequence
TotalIncentivesPrice optional CurrencyAmountType Complex Type
Total amount of in centivese
Sequence
AssignedServiceType IdentifierType Simple Type
Reference to a service type (e.g. room, flight class)
Used By
ServiceTypePrice Element
Source
<xs:complexType name="CommonTotalServiceTypePriceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent>
    <xs:extension base="CommonTotalPriceType">
      <xs:sequence>
        <xs:element name="AssignedServiceType" type="IdentifierType" nillable="false">
          <xs:annotation>
            <xs:documentation>Reference to a service type (e.g. room, flight class)</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.